home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMLOCKWORKSTATION / TFRMLOCKWORKSTATION.txt
Encoding:
Text File  |  2003-01-14  |  1.0 KB  |  47 lines

  1. inherited frmLockWorkstation: TfrmLockWorkstation
  2.   Left = 368
  3.   Top = 229
  4.   Caption = 'Lock Workstation'
  5.   OldCreateOrder = True
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   inherited pnlTop: TPanel
  9.     inherited memActionDesc: TMemo
  10.       Lines.Strings = (
  11.         
  12.           'Submits a request to lock the workstation'#39's display. Locking a w' +
  13.           'orkstation protects '
  14.         'it from unauthorized use.  Available on Windows NT/2000/XP.')
  15.     end
  16.   end
  17.   inherited dxSIBarManager: TdxBarManager
  18.     Categories.ItemsVisibles = (
  19.       2)
  20.     Categories.Visibles = (
  21.       True)
  22.     PopupMenuLinks = <
  23.       item
  24.         Control = lsvAM5Errors
  25.         PopupMenu = dxCheckPopup
  26.       end>
  27.     DockControlHeights = (
  28.       0
  29.       0
  30.       0
  31.       0)
  32.   end
  33.   inherited dxCheckPopup: TdxBarPopupMenu
  34.     ItemLinks = <
  35.       item
  36.         Item = itmCheckAllErrors
  37.         UserGlyph.Data = {00000000}
  38.         Visible = True
  39.       end
  40.       item
  41.         Item = itmCheckNoErrors
  42.         UserGlyph.Data = {00000000}
  43.         Visible = True
  44.       end>
  45.   end
  46. end
  47.